Skip to main content

COUNT STOPKEY

Short Description

The number of rows returned is limited by the ROWNUM expression in the WHERE clause.

Detailed Description​

The number of rows returned is limited by the ROWNUM expression in the WHERE clause.

e.g.

    SELECT * FROM t1
WHERE ROWNUM < 10;

Further Reading​

Search online​

If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.